home *** CD-ROM | disk | FTP | other *** search
Microsoft Help compiler Project | 1999-08-25 | 4.7 KB | 110 lines |
- ; This file is maintained by HCW. Do not modify this file directly.
-
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; Help Project File for HtmlDemo
- ;
- ; This file is maintained by RoboHELP. Do not modify this file directly.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
-
- [OPTIONS]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Options section contains the following information:
- ;
- ; The optional BMROOT=entry sets the directories in which the Help Compiler
- ; will look for graphics.
- ;
- ; The CONTENTS=tells WinHelp which topic contains the contents.
- ;
- ; The TITLE=is displayed in the Title Bar of WINHELP.EXE
- ;
- ; The BUILD=setting allows you to create different Help systems from
- ; the same source file.
- ;
- ; The COMPRESS=option tells the Help Compiler how much to compress
- ; the Help file.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ;BMROOT=D:\BlueSky\Sample\HtmlWH
- NOTES=0
- LCID=0x409 0x0 0x0 ; English (United States)
- TITLE=WinHelp 2000 Sample Help System
- BUILD=WINDOWS
- HLP=htmlsamp.hlp
-
- COMPRESS=10
- OLDKEYPHRASE=NO
- REPORT=NO
- OPTCDROM=0
- DBCS=0
- ERRORLOG=E:\HELP\Samples\Html\htmlsamp.err
- [FILES]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Files section specifies the RTF files for a project.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- HtmlSamp.rtf
-
- HtmlWh.rtf
- [BUILDTAGS]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Build Tags section specifies to the Help Compiler the names
- ; of all the valid build tags used in this Help project.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- WINDOWS
-
- [ALIAS]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Alias section sets up aliases for Topic IDs in your Help system.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- [MAP]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Map section specifies the project HH files.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- [WINDOWS]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Windows section contains all of the information about the windows
- ; in a Help project.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ;Gloss="Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
- (w95sec)="",(583,102,409,869),20740,(r14745599),(r14745599)
- main="",(102,40,818,900),29188,(r14745599),(r8421440)
- tech="Technical Support",(583,20,409,358),20740,(r14745599),(r14745599),f2
-
- [BAGGAGE]
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- ; The Baggage section specifies any additional files.
- ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- [CONFIG]
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
- RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
- RoboHelpExInitialize()
- ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
- RoboHelpExShowNavPane(`show')
- [CONFIG-(w95sec)]
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
- RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
- RoboHelpExInitialize()
- ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
- [CONFIG-tech]
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExInitialize',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExAbout',`')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermark',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExWatermarkNonScroll',`SSS')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowNavPane',`S')
- RegisterRoutine(`RoboEx32.dll',`RoboHelpExShowSeeAlso',`S')
- RegisterRoutine(`RoboEx32.dll',`JumpHtml',`s')
- RoboHelpExInitialize()
- ChangeButtonBinding(`btn_topics',"RoboHelpExShowNavPane(`toggle')")
-